Exercises for A* Algorithm for 3×3 Puzzle
- Exercise 0 - Utility functions; Just submit it without changing anything.
- Exercise 1 - is_the_goal_board()
- Exercise 2 - Missed tiles heuristic
- Exercise 3 - create_node()
- Exercise 4 - push_or_update_node_in_expandedQ(node)